how to define number in python

22

myNumber = 69

myNumber = int(myNumber)

print(type(myNumber))

Comments

Submit
0 Comments